Skip to content

)} ,System.Object)} ,System.Func{-0,System.Object})}

TrackingConfiguration.StopTrackingOn(Func) method

Defined in

Type: TrackingConfiguration Namespace: CrissCross.WPF.UI.Configuration Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Overloads

  • 1. public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName)
  • 2. public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, object eventSource)
  • 3. public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, Func<T, object> eventSourceGetter)

1. Overload

public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName)

Summary: Stop tracking the target when it fires the specified event.

Parameters

NameTypeDescription
eventNameFuncName of the event.

Returns: TrackingConfiguration -- Tracking Configuration.

2. Overload

public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, object eventSource)

Summary: Stop tracking the target when the specified eventSource object fires the specified event.

Parameters

NameTypeDescription
eventNameFuncName of the event.
eventSourceobjectThe event source.

Returns: TrackingConfiguration -- Tracking Configuration.

3. Overload

public TrackingConfiguration<T> StopTrackingOn(Func<T, string> eventName, Func<T, object> eventSourceGetter)

Summary: Stop tracking the target when the specified eventSource object fires the specified event.

Parameters

NameTypeDescription
eventNameFuncName of the event.
eventSourceGetterFuncThe event source getter.

Returns: TrackingConfiguration -- Tracking Configuration.